styleproperty: Add a default value func for border-image-width
authorBenjamin Otte <otte@redhat.com>
Sat, 11 Jun 2011 07:23:34 +0000 (09:23 +0200)
committerBenjamin Otte <otte@redhat.com>
Sat, 11 Jun 2011 07:29:43 +0000 (09:29 +0200)
commit7dbea94fd2c41446d4aba9cd99da38ba8d7bee9c
tree50a8b30b2d9f8970cf0feea3001d7a76473f3ebb
parenta1d19be950ea756f115319e3fecc139926477ef5
styleproperty: Add a default value func for border-image-width

This is necessary because we want to use NULL as the default value. But
the default value for borders is { 0, 0, 0, 0 } and not NULL.

Fixes border-image-gradient and border-image-repeat reftests.
gtk/gtkstyleproperty.c